home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Program Files / Common Files / System / msadc / adcvbs.inc < prev    next >
Text File  |  2006-11-02  |  623b  |  26 lines

  1. <%
  2. '--------------------------------------------------------------------
  3. ' Microsoft ADC
  4. '
  5. ' Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  6. '
  7. '
  8. '
  9. ' ADO constants include file for VBScript
  10. '
  11. '--------------------------------------------------------------------
  12.  
  13. '---- ADCExecuteOptionEnum Values ----
  14. Const adcExecSync=1
  15. Const adcExecAsync=2
  16.  
  17. '---- ADCFetchOptionEnum Values ----
  18. Const adcFetchUpFront=1
  19. Const adcFetchBackground=2
  20. Const adcFetchAsync=3
  21.  
  22. '---- ADCReadyStateEnum Values ----
  23. Const adcReadyStateLoaded=2
  24. Const adcReadyStateInteractive=3
  25. Const adcReadyStateComplete=4
  26. %>